[INFO] fetching crate gcode 0.7.0...
[INFO] fixing gcode-0.7.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate gcode 0.7.0 into /workspace/builds/worker-2-tc1/source
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate gcode 0.7.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate gcode 0.7.0
[INFO] tweaked toml for crates.io crate gcode 0.7.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate gcode 0.7.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate gcode 0.7.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libtest-mimic v0.7.3
[INFO] [stderr]   Downloaded doc-cfg v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 18c4f438c68de49c66e28d40ac7a1071a350a9795722cf39a1a72129418a3fed
[INFO] running `Command { std: "docker" "start" "18c4f438c68de49c66e28d40ac7a1071a350a9795722cf39a1a72129418a3fed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "18c4f438c68de49c66e28d40ac7a1071a350a9795722cf39a1a72129418a3fed" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "18c4f438c68de49c66e28d40ac7a1071a350a9795722cf39a1a72129418a3fed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "18c4f438c68de49c66e28d40ac7a1071a350a9795722cf39a1a72129418a3fed" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking escape8259 v0.5.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking insta v1.46.3
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling doc-cfg v0.1.0
[INFO] [stderr]     Checking gcode v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking libtest-mimic v0.7.3
[INFO] [stdout] error: couldn't read `benches/../tests/data/program_3.gcode`: No such file or directory (os error 2)
[INFO] [stdout]   --> benches/example_files.rs:12:23
[INFO] [stdout]    |
[INFO] [stdout] 12 |               let src = include_str!(concat!(
[INFO] [stdout]    |  _______________________^
[INFO] [stdout] 13 | |                 "../tests/data/",
[INFO] [stdout] 14 | |                 stringify!($name),
[INFO] [stdout] 15 | |                 ".gcode"
[INFO] [stdout] 16 | |             ));
[INFO] [stdout]    | |______________^
[INFO] [stdout] ...
[INFO] [stdout] 26 |   bench!(program_3);
[INFO] [stdout]    |   ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../tests/data/PI_octcat.gcode`: No such file or directory (os error 2)
[INFO] [stdout]   --> benches/example_files.rs:12:23
[INFO] [stdout]    |
[INFO] [stdout] 12 |               let src = include_str!(concat!(
[INFO] [stdout]    |  _______________________^
[INFO] [stdout] 13 | |                 "../tests/data/",
[INFO] [stdout] 14 | |                 stringify!($name),
[INFO] [stdout] 15 | |                 ".gcode"
[INFO] [stdout] 16 | |             ));
[INFO] [stdout]    | |______________^
[INFO] [stdout] ...
[INFO] [stdout] 27 |   bench!(PI_octcat);
[INFO] [stdout]    |   ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `count` found for enum `Result<Program, gcode::Diagnostics>` in the current scope
[INFO] [stdout]   --> benches/example_files.rs:19:41
[INFO] [stdout]    |
[INFO] [stdout] 19 |             b.iter(|| gcode::parse(src).count());
[INFO] [stdout]    |                                         ^^^^^ `Result<Program, gcode::Diagnostics>` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 24 | bench!(program_1);
[INFO] [stdout]    | ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 19 |             b.iter(|| gcode::parse(src).into_iter().count());
[INFO] [stdout]    |                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `count` found for enum `Result<Program, gcode::Diagnostics>` in the current scope
[INFO] [stdout]   --> benches/example_files.rs:19:41
[INFO] [stdout]    |
[INFO] [stdout] 19 |             b.iter(|| gcode::parse(src).count());
[INFO] [stdout]    |                                         ^^^^^ `Result<Program, gcode::Diagnostics>` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 25 | bench!(program_2);
[INFO] [stdout]    | ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 19 |             b.iter(|| gcode::parse(src).into_iter().count());
[INFO] [stdout]    |                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `count` found for enum `Result<Program, gcode::Diagnostics>` in the current scope
[INFO] [stdout]   --> benches/example_files.rs:19:41
[INFO] [stdout]    |
[INFO] [stdout] 19 |             b.iter(|| gcode::parse(src).count());
[INFO] [stdout]    |                                         ^^^^^ `Result<Program, gcode::Diagnostics>` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 26 | bench!(program_3);
[INFO] [stdout]    | ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 19 |             b.iter(|| gcode::parse(src).into_iter().count());
[INFO] [stdout]    |                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `count` found for enum `Result<Program, gcode::Diagnostics>` in the current scope
[INFO] [stdout]   --> benches/example_files.rs:19:41
[INFO] [stdout]    |
[INFO] [stdout] 19 |             b.iter(|| gcode::parse(src).count());
[INFO] [stdout]    |                                         ^^^^^ `Result<Program, gcode::Diagnostics>` is not an iterator
[INFO] [stdout] ...
[INFO] [stdout] 27 | bench!(PI_octcat);
[INFO] [stdout]    | ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 19 |             b.iter(|| gcode::parse(src).into_iter().count());
[INFO] [stdout]    |                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gcode` (bench "example_files") due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "18c4f438c68de49c66e28d40ac7a1071a350a9795722cf39a1a72129418a3fed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18c4f438c68de49c66e28d40ac7a1071a350a9795722cf39a1a72129418a3fed", kill_on_drop: false }`
[INFO] [stdout] 18c4f438c68de49c66e28d40ac7a1071a350a9795722cf39a1a72129418a3fed
